-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OH2-326 | Tests | Add cypress e2e tests to cover admin/diseases #622
Merged
mwithi
merged 2 commits into
informatici:develop
from
SilverD3:OH2-326_admin_diseases_e2e_tests
Jun 27, 2024
Merged
OH2-326 | Tests | Add cypress e2e tests to cover admin/diseases #622
mwithi
merged 2 commits into
informatici:develop
from
SilverD3:OH2-326_admin_diseases_e2e_tests
Jun 27, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gasp
reviewed
Jun 24, 2024
cypress/integrations/admin_activities/diseases_activities/edit_disease_activity.cy.ts
Outdated
Show resolved
Hide resolved
SteveGT96
approved these changes
Jun 27, 2024
mwithi
approved these changes
Jun 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved by @SteveGT96
gasp
pushed a commit
to gasp/openhospital-ui
that referenced
this pull request
Jul 24, 2024
…rmatici#622) * tests:OH2-326 | Tests | Add cypress e2e tests to cover admin/diseases * chore:Improve cypress indexing
mwithi
pushed a commit
that referenced
this pull request
Oct 23, 2024
* feat(oh2-299): new user form * feat: use UserGroupDTO as the form type rule * feat: reset form * feat: add user to backend and redirect * feat: wait for the user to be saved before changing page * feat: add translations to validations * fix: customize username validation message * fix: validation strings & touched * feat(oh2-287): admin userGroups list * feat: new group (without permissions) * fix: show the correct tab after adding a group * feat: display group permissions * fix: display users by default * feat: add mocks for permissions * feat: display crud as a table * feat: display acl details on hover * OH2-326 | Tests | Add cypress e2e tests to cover admin/diseases (#622) * tests:OH2-326 | Tests | Add cypress e2e tests to cover admin/diseases * chore:Improve cypress indexing * OH2-325 | Fix possibly bad designs (#620) * fix:OH2-325 | design issues in wards admin * chore:fix design issues in admin components * fix:fix diseases types tests * OH2-331 |Tests / Add cypress e2e tests to cover admission types (admin/types/admissions) (#627) * tests:Tests | Add cypress e2e tests to cover admission types (admin/types/admissions) * fix:check mode before setting it * chore:OH2-329 | Tests / Add cypress e2e tests to cover admin/vaccines (#626) * OH2-333 | Add cypress e2e tests to cover discharge types (admin/types/discharges) (#630) * Add cypress e2e tests to cover discharge types (admin/types/discharges) * Correction des reviews * File organisation * OH2-357 | Add cypress e2e tests to cover medical types (admin/types/medicals) (#632) * Add cypress e2e tests to cover medical types (admin/types/medicals) * Correction de typo * Correction des attributs mal renseignes * Remane medical file * Files organisation * tests:OH2-356 | Tests / Add cypress e2e tests to cover exam types (admin/types/exams) (#631) * OH-332 | Add cypress e2e tests to cover delivery types (admin/types/de… (#629) * Tests | Add cypress e2e tests to cover delivery types (admin/types/deliveries) * Ajout de la suppression * Review corrections * Files organisation * OH2-328 | Tests | Add cypress e2e tests to cover admin/operations (#623) * tests:OH2-326 | Tests | Add cypress e2e tests to cover admin/diseases * tests:OH2-328 | Tests | Add cypress e2e tests to cover admin/operations * chore:improve cypress indexing * OH2-355 | Tests / Add cypress e2e tests to cover diseases types (admin/types/diseases) (#628) * tests:OH2-355 | Tests / Add cypress e2e tests to cover diseases types (admin/types/diseases) * chore: code quality improvement * OH2-335 | Manager enabled/disabled diseases (#624) * feature(OH2-335): Manager enabled/disabled diseases * fix: Fix e2e tests * update: Update diseases e2e tests * fix: Fix disabled diseases e2e test * styles(ADMIN/Diseases): Update responsiveness * feat(oh2-299): new user form (#621) * feat(oh2-299): new user form * feat: use UserGroupDTO as the form type rule * feat: reset form * feat: add user to backend and redirect * feat: wait for the user to be saved before changing page * feat: add translations to validations * fix: customize username validation message * fix: validation strings & touched * feat: add success modal * fix: added user description * feat: confirm password * fix: error message + icon * fix: cancel instead of reset + error goes back to form * feat: track permission changes * feat: update permissions * fix: update group * chore: optimize queries * feat: add confirmation modals * chore: add strings to translations * feat: delete groups * fix: adapt to redux toolkit * chore: update oh.yaml from api+ generated * chore: update yml file (before api#468) informatici/openhospital-api#468 * chore: update oh.yaml from api + generated * fix: remove deprecated permission update action * feat: update logic to fit the new api * fix: wording in permissions summary * chore: reset runtime file * chore: reset runtime file * chore:apply changes. See #issuecomment-2363053731 --------- Co-authored-by: Silevester Dongmo <[email protected]> Co-authored-by: fogouang <[email protected]> Co-authored-by: Steve Tsala <[email protected]> Co-authored-by: SteveGT96 <[email protected]> Co-authored-by: SilverD3 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See OH2-326